Re-generate the Makefiles
This commit is contained in:
parent
047d677cc3
commit
c6459c538f
1
Makefile
1
Makefile
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user