diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-22 01:24:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-22 01:24:48 +0300 |
commit | 1252dc2cea06caef035dfe8747cc0d426b9e0da1 (patch) | |
tree | 6d09b300fca2a06fcbe4e906f38b25147fe76885 | |
parent | bcf840df2bc1d04bfadc1351793f9bdbeb9f137b (diff) |
Drop the doublequotes
-rw-r--r-- | sal/rtl/source/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk index cc8f6ab0ecac..bb2715f69590 100644 --- a/sal/rtl/source/makefile.mk +++ b/sal/rtl/source/makefile.mk @@ -179,6 +179,6 @@ $(BOOTSTRAPMK) : $(APP1TARGETN) .ELSE $(BOOTSTRAPMK) : - (echo '#include "macro.hxx"'; echo RTL_OS:=THIS_OS; echo RTL_ARCH:=THIS_ARCH) | $(CC) -E $(CFLAGS) $(INCLUDE_C) $(CFLAGSCC) $(CDEFS) $(CFLAGSAPPEND) - | grep '^RTL_' >$@ + (echo '#include "macro.hxx"'; echo RTL_OS:=THIS_OS; echo RTL_ARCH:=THIS_ARCH) | $(CC) -E $(CFLAGS) $(INCLUDE_C) $(CFLAGSCC) $(CDEFS) $(CFLAGSAPPEND) - | grep '^RTL_' | sed -e 's/"//g' >$@ .ENDIF |