summaryrefslogtreecommitdiff
path: root/devel/sdcc/patches/patch-support_cpp2_Makefile_in
blob: 92bbd4a9e0e8f36337687a2e0aac5b4f8c83882b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-support_cpp2_Makefile_in,v 1.1 2012/05/06 04:14:02 dholland Exp $

Actually define all the targets used by the package's upper-level
makefiles.

--- support/cpp2/Makefile.in~	2007-06-01 16:31:56.000000000 +0000
+++ support/cpp2/Makefile.in
@@ -114,6 +114,8 @@ OBSTACK=obstack.o
 
 # End of variables for you to override.
 
+dep: ;
+
 install: all
 	mkdir -p $(DESTDIR)$(bindir)
 	$(INSTALL) $(TARGET) `echo $(DESTDIR)$(bindir)/sdcpp$(EXEEXT)|sed '$(transform)'`