diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-11 18:44:23 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-11 18:44:23 +0400 |
commit | 11cb4b33c79b0e0cf249ef6660851228e26b70cc (patch) | |
tree | 125fa50db28afe07e3137d11ea6f81d37e09dd46 /examples/symlinks/Makefile | |
parent | 0d0a8948677cb29e2d99dc353f9ff71014fa9bac (diff) | |
download | cibs-11cb4b33c79b0e0cf249ef6660851228e26b70cc.tar.gz |
symlinks: apply Debian patches
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 $@ |