From 11cb4b33c79b0e0cf249ef6660851228e26b70cc Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 11 Oct 2012 18:44:23 +0400 Subject: symlinks: apply Debian patches --- examples/symlinks/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/symlinks/Makefile') 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 $@ -- cgit v1.2.3