The test programs $(PROGRAMS) need to be added to TARGETS, otherwise

they won't get built and the libs target will fail trying to install them.
This commit is contained in:
wchang0222%aol.com 2004-11-04 06:09:24 +00:00
parent a3a42ca4f6
commit f4dfeee106

View File

@ -40,7 +40,7 @@
# are specifed as dependencies within rules.mk.
#
TARGETS = $(LIBRARY)
TARGETS = $(LIBRARY) $(PROGRAMS)
SHARED_LIBRARY =
IMPORT_LIBRARY =
PROGRAM =