fix breakage due to changes in make
This commit is contained in:
parent
9c0f4da318
commit
6d26a0683a
13
japanese/groff/patches/patch-devnippon_Makefile_sub
Normal file
13
japanese/groff/patches/patch-devnippon_Makefile_sub
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-devnippon_Makefile_sub,v 1.1 2006/09/23 15:50:09 espie Exp $
|
||||
--- devnippon/Makefile.sub.orig Sat Sep 23 17:48:02 2006
|
||||
+++ devnippon/Makefile.sub Sat Sep 23 17:48:38 2006
|
||||
@@ -13,6 +13,9 @@ PROG=createM
|
||||
OBJS=createM.o
|
||||
CSRCS=createM.c
|
||||
|
||||
+$(PROG): $(OBJS)
|
||||
+ $(CC) -o $@ $(OBJS)
|
||||
+
|
||||
$(FONTS): R.proto
|
||||
@echo Making $@
|
||||
@-rm -f $@
|
Loading…
Reference in New Issue
Block a user