Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2016-05-16 17:22:49 +02:00
parent 047d677cc3
commit c6459c538f
2 changed files with 2 additions and 1 deletions

View File

@ -119,6 +119,7 @@ dist:
$(PACKAGE)-$(VERSION)/tests/Makefile \
$(PACKAGE)-$(VERSION)/tests/config.conf \
$(PACKAGE)-$(VERSION)/tests/config-noeol.conf \
$(PACKAGE)-$(VERSION)/tests/pkgconfig.sh \
$(PACKAGE)-$(VERSION)/tests/pylint.sh \
$(PACKAGE)-$(VERSION)/tests/python.sh \
$(PACKAGE)-$(VERSION)/tests/tests.sh \

View File

@ -72,7 +72,7 @@ variable_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
$(OBJDIR)variable$(EXEEXT): $(variable_OBJS)
$(CC) -o $(OBJDIR)variable$(EXEEXT) $(variable_OBJS) $(variable_LDFLAGS)
$(OBJDIR)tests.log: $(OBJDIR)array$(EXEEXT) $(OBJDIR)config$(EXEEXT) config.conf config-noeol.conf $(OBJDIR)error$(EXEEXT) $(OBJDIR)event$(EXEEXT) $(OBJDIR)includes$(EXEEXT) python.sh $(OBJDIR)string$(EXEEXT) tests.sh $(OBJDIR)variable$(EXEEXT) $(OBJDIR)../src/libSystem.a
$(OBJDIR)tests.log: $(OBJDIR)array$(EXEEXT) $(OBJDIR)config$(EXEEXT) config.conf config-noeol.conf $(OBJDIR)error$(EXEEXT) $(OBJDIR)event$(EXEEXT) $(OBJDIR)includes$(EXEEXT) pkgconfig.sh python.sh $(OBJDIR)string$(EXEEXT) tests.sh $(OBJDIR)variable$(EXEEXT) $(OBJDIR)../src/libSystem.a
./tests.sh -P "$(PREFIX)" -- "$(OBJDIR)tests.log"
$(OBJDIR)array.o: array.c ../src/array.c