From 6c7ea9977c45116cc51aba7a4486059926d01113 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 26 Jun 2016 01:04:05 -0400 Subject: More GNUmakefile cleanup. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 62f1cba..1479112 100644 --- a/Makefile +++ b/Makefile @@ -130,13 +130,13 @@ ${LIBHAL_DIR}/libhal.a: .FORCE ${LIBTFM_DIR}/libtfm.a ${SQLITE3_DIR}/libsqlite3.a: .FORCE cd sqlite3; ${MAKE} -schema.h: schema.sql scripts/convert-schema.sed GNUmakefile +schema.h: schema.sql scripts/convert-schema.sed Makefile sed -f scripts/convert-schema.sed schema.h -attributes.h: attributes.yaml scripts/build-attributes GNUmakefile +attributes.h: attributes.yaml scripts/build-attributes Makefile python scripts/build-attributes attributes.yaml attributes.h -py11/attribute_map.py: attributes.yaml scripts/build-py11-attributes GNUmakefile +py11/attribute_map.py: attributes.yaml scripts/build-py11-attributes Makefile python scripts/build-py11-attributes attributes.yaml py11/attribute_map.py pkcs11.o: pkcs11.c schema.h attributes.h ${LIBS} -- cgit v1.2.3