Fixed "make dist"
This commit is contained in:
parent
8fb7d1c00f
commit
edb3b2236f
1
Makefile
1
Makefile
@ -72,6 +72,7 @@ dist:
|
|||||||
$(PACKAGE)-$(VERSION)/tests/plugin/project.conf \
|
$(PACKAGE)-$(VERSION)/tests/plugin/project.conf \
|
||||||
$(PACKAGE)-$(VERSION)/tests/plugin/Makefile.Darwin \
|
$(PACKAGE)-$(VERSION)/tests/plugin/Makefile.Darwin \
|
||||||
$(PACKAGE)-$(VERSION)/tests/plugin/Makefile.NetBSD \
|
$(PACKAGE)-$(VERSION)/tests/plugin/Makefile.NetBSD \
|
||||||
|
$(PACKAGE)-$(VERSION)/tests/script/project.conf \
|
||||||
$(PACKAGE)-$(VERSION)/tests/script/Makefile.NetBSD \
|
$(PACKAGE)-$(VERSION)/tests/script/Makefile.NetBSD \
|
||||||
$(PACKAGE)-$(VERSION)/tests/project.conf \
|
$(PACKAGE)-$(VERSION)/tests/project.conf \
|
||||||
$(PACKAGE)-$(VERSION)/tools/pkg-config.c \
|
$(PACKAGE)-$(VERSION)/tools/pkg-config.c \
|
||||||
|
@ -10,7 +10,7 @@ INSTALL = install
|
|||||||
|
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
|
||||||
$(OBJDIR)tests.log: binary/project.conf binary/Makefile.Darwin binary/Makefile.NetBSD binary/Makefile.Windows library/project.conf library/Makefile.Darwin library/Makefile.NetBSD library/Makefile.Windows plugin/Makefile.Darwin plugin/Makefile.NetBSD script/Makefile.NetBSD tests.sh
|
$(OBJDIR)tests.log: binary/project.conf binary/Makefile.Darwin binary/Makefile.NetBSD binary/Makefile.Windows library/project.conf library/Makefile.Darwin library/Makefile.NetBSD library/Makefile.Windows plugin/Makefile.Darwin plugin/Makefile.NetBSD script/project.conf script/Makefile.NetBSD tests.sh
|
||||||
./tests.sh -P "$(PREFIX)" -- "$(OBJDIR)tests.log"
|
./tests.sh -P "$(PREFIX)" -- "$(OBJDIR)tests.log"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
targets=tests.log
|
targets=tests.log
|
||||||
dist=Makefile,tests.sh,binary/project.conf,binary/Makefile.Darwin,binary/Makefile.NetBSD,binary/Makefile.Windows,library/project.conf,library/Makefile.Darwin,library/Makefile.NetBSD,library/Makefile.Windows,plugin/project.conf,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,script/Makefile.NetBSD
|
dist=Makefile,tests.sh,binary/project.conf,binary/Makefile.Darwin,binary/Makefile.NetBSD,binary/Makefile.Windows,library/project.conf,library/Makefile.Darwin,library/Makefile.NetBSD,library/Makefile.Windows,plugin/project.conf,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,script/project.conf,script/Makefile.NetBSD
|
||||||
|
|
||||||
[tests.log]
|
[tests.log]
|
||||||
type=script
|
type=script
|
||||||
script=./tests.sh
|
script=./tests.sh
|
||||||
depends=binary/project.conf,binary/Makefile.Darwin,binary/Makefile.NetBSD,binary/Makefile.Windows,library/project.conf,library/Makefile.Darwin,library/Makefile.NetBSD,library/Makefile.Windows,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,script/Makefile.NetBSD,tests.sh
|
depends=binary/project.conf,binary/Makefile.Darwin,binary/Makefile.NetBSD,binary/Makefile.Windows,library/project.conf,library/Makefile.Darwin,library/Makefile.NetBSD,library/Makefile.Windows,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,script/project.conf,script/Makefile.NetBSD,tests.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user