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
Родитель a3a42ca4f6
Коммит f4dfeee106
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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