diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-08-18 14:15:39 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-08-18 14:15:39 +0000 |
commit | 5c39b2061c953c777e24df005f51fe093f729d5f (patch) | |
tree | dcfb56b41cbeaa9aded1e275a336a0048541159d /graphite/makefile.mk | |
parent | ac45a5281274a4d0d12c970c79c2e879427608fa (diff) |
#i10000# only linux / windows
Diffstat (limited to 'graphite/makefile.mk')
-rw-r--r-- | graphite/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphite/makefile.mk b/graphite/makefile.mk index 2346a3418067..12086bc0bed4 100644 --- a/graphite/makefile.mk +++ b/graphite/makefile.mk @@ -71,9 +71,13 @@ TARGET=so_graphite .INCLUDE : settings.mk # --- Files -------------------------------------------------------- - +.IF "$(OS)"=="WNT" || "$(OS)"=="LINUX" TARFILE_NAME=silgraphite-2.3.1 PATCH_FILES=graphite-2.3.1.patch +.ELSE +dummy: + echo Nothing to do for non Linux / Windows here +.ENDIF # convert line-endings to avoid problems when patching CONVERTFILES=\ |