aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-26 01:04:05 -0400
committerRob Austein <sra@hactrn.net>2016-06-26 01:04:05 -0400
commit6c7ea9977c45116cc51aba7a4486059926d01113 (patch)
treeae5f4cc31d2a5c4d2688f3dfdca543e81c7c95e1 /Makefile
parentb996343a3b07228ca34e6b0df4cc7c1033e48af5 (diff)
More GNUmakefile cleanup.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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.sql >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}