diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-09-12 10:20:40 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-09-12 10:20:40 +0000 |
commit | ef353cdfc840e8838f9ea926a4d9e2eeab611d0e (patch) | |
tree | d7933b4e0652dc2b20513c543e10e40636cd4795 /editors/openoffice-1.1 | |
parent | 71de2357c8078808b1c579b08204feee10728259 (diff) | |
download | ports-ef353cdfc840e8838f9ea926a4d9e2eeab611d0e.tar.gz ports-ef353cdfc840e8838f9ea926a4d9e2eeab611d0e.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/files/patch-unoil+makefile.pmk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/openoffice-1.1/files/patch-unoil+makefile.pmk b/editors/openoffice-1.1/files/patch-unoil+makefile.pmk index 6f1ce632cbe3..7febdabf7b4b 100644 --- a/editors/openoffice-1.1/files/patch-unoil+makefile.pmk +++ b/editors/openoffice-1.1/files/patch-unoil+makefile.pmk @@ -1,10 +1,12 @@ ---- ../unoil/makefile.pmk Wed Sep 11 11:50:42 2002 -+++ ../unoil/makefile.pmk.orig Wed Sep 11 11:50:26 2002 -@@ -75,7 +75,7 @@ +--- ../unoil/makefile.pmk.orig Fri Aug 31 18:04:43 2001 ++++ ../unoil/makefile.pmk Thu Sep 12 12:17:50 2002 +@@ -74,8 +74,8 @@ + JAVAFILESLIST := $(shell +cd $(GENJAVADIR)$/$(PACKAGE) $(COMMANDSEPARATOR) ls *.java) .ENDIF # "$(L10N_framework)"=="" - GENJAVAFILES := $(foreach,i,$(JAVAFILESLIST) $(GENJAVADIR)$/$(PACKAGE)$/$i) +-GENJAVAFILES := $(foreach,i,$(JAVAFILESLIST) $(GENJAVADIR)$/$(PACKAGE)$/$i) -GENCLASSFILES := $(foreach,i,$(JAVAFILESLIST:b) $(GENCLASSDIR)$/$(PACKAGE)$/$i.class) ++GENJAVAFILES += $(foreach,i,$(JAVAFILESLIST) $(GENJAVADIR)$/$(PACKAGE)$/$i) +GENCLASSFILES += $(foreach,i,$(JAVAFILESLIST:b) $(GENCLASSDIR)$/$(PACKAGE)$/$i.class) # --- Targets ------------------------------------------------------ |