blob: 6ab080ab0bee330e50518ddb1c4febcef9c468f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2008/04/03 08:42:25 joerg Exp $
--- src/actioncompiler/Makefile.orig 2008-04-03 10:29:31.000000000 +0200
+++ src/actioncompiler/Makefile
@@ -14,7 +14,7 @@ GENERATED = lex.swf4.c lex.swf5.c swf5co
OFILES = $(MOSTFILES) compileaction.o
-all: $(OFILES)
+all: $(OFILES) $(OFILES:R:S/$/.po/g)
clean:
rm -f $(OFILES) $(GENERATED) compiler compiler.exe core test main.o \
|