Files
pkgsrc-ng/devel/sdcc3/patches/patch-support_makebin_Makefile_in
2014-11-05 12:41:07 +01:00

17 lines
433 B
Plaintext

$NetBSD: patch-support_makebin_Makefile_in,v 1.1 2013/10/21 15:12:38 ryoon Exp $
Actually define all the targets used by the package's upper-level
makefiles.
--- support/makebin/Makefile.in.orig 2007-01-03 21:19:58.000000000 +0000
+++ support/makebin/Makefile.in
@@ -10,6 +10,8 @@ include $(top_builddir)/Makefile.common
all: $(BIN)
+dep: ;
+
$(BIN): $(OBJ)
mkdir -p $(top_builddir)/bin
$(CC) $(LDFLAGS) -o $(BIN) $(OBJ)