14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
$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 $@
|