diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2002-08-15 11:59:26 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2002-08-15 11:59:26 +0000 |
commit | 0afea8bd306caab608ab50c044db7b6002d1a032 (patch) | |
tree | 4c017765dc983a0ec3f5e618b690a9c33a668dca /neon/makefile.mk | |
parent | dabf5b2cc3b3f0b7cb33ea1ef774a1f203497de2 (diff) |
#96458# - Corrected BUILD_ACTION
Diffstat (limited to 'neon/makefile.mk')
-rw-r--r-- | neon/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/neon/makefile.mk b/neon/makefile.mk index b417d7b6d035..ff55126e94c1 100644 --- a/neon/makefile.mk +++ b/neon/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: kso $ $Date: 2002-08-15 09:53:39 $ +# last change: $Author: kso $ $Date: 2002-08-15 12:59:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,7 +79,7 @@ PATCH_FILE_NAME=neon.patch ADDITIONAL_FILES=src$/makefile.mk src$/config.h BUILD_DIR=src -BUILD_ACTION=dmake $(PROFULLSWITCH) +BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) OUT2INC= \ $(BUILD_DIR)$/config.h \ |