diff options
Diffstat (limited to 'examples/symlinks/Makefile')
-rw-r--r-- | examples/symlinks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/symlinks/Makefile b/examples/symlinks/Makefile index 8387e76..7b78b60 100644 --- a/examples/symlinks/Makefile +++ b/examples/symlinks/Makefile @@ -1,5 +1,6 @@ include /usr/share/cibs/rules/ips.mk include /usr/share/cibs/rules/git.mk +include /usr/share/cibs/rules/patch.mk include /usr/share/cibs/rules/32.mk @@ -19,7 +20,7 @@ git-checkout := upstream/$(version) configure-%-stamp: touch $@ -build-%-stamp: download-stamp +build-%-stamp: download-stamp patch-stamp [ -d "$(builddir)" ] || mkdir -p "$(builddir)" $(CC) $(CFLAGS) $(sourcedir)/symlinks.c -o $(builddir)/symlinks touch $@ |