diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-26 01:04:05 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-26 01:04:05 -0400 |
commit | 6c7ea9977c45116cc51aba7a4486059926d01113 (patch) | |
tree | ae5f4cc31d2a5c4d2688f3dfdca543e81c7c95e1 /Makefile | |
parent | b996343a3b07228ca34e6b0df4cc7c1033e48af5 (diff) |
More GNUmakefile cleanup.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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} |