summaryrefslogtreecommitdiff
path: root/devel/sdcc/patches/patch-support_makebin_Makefile_in
blob: cc14ca7a0b15b3a5a78e373a0758370bae4b67a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-support_makebin_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/makebin/Makefile.in~	2007-01-03 21:19:58.000000000 +0000
+++ support/makebin/Makefile.in
@@ -14,6 +14,8 @@ $(BIN): $(OBJ)
 	mkdir -p $(top_builddir)/bin
 	$(CC) $(LDFLAGS) -o $(BIN) $(OBJ)
 
+dep: ;
+
 install: all
 	mkdir -p $(DESTDIR)$(bindir)
 	$(INSTALL) $(BIN) `echo $(DESTDIR)$(bindir)/makebin$(EXEEXT)|sed '$(transform)'`