diff options
author | Yuri Dario <ydario@apache.org> | 2012-02-28 16:25:15 +0000 |
---|---|---|
committer | Yuri Dario <ydario@apache.org> | 2012-02-28 16:25:15 +0000 |
commit | 9e3bf67113ce677b1ad8211477108335151b8ca2 (patch) | |
tree | a8c9a51b69151a59dc139160f44b24277e217e22 /packimages/pack | |
parent | 410cf84537325c2f1bdb605343a08d9f10d11713 (diff) |
i118923 - OS/2 port: minor fixes to build system.
Diffstat (limited to 'packimages/pack')
-rw-r--r-- | packimages/pack/makefile.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk index 632f70569563..94571c49a5f2 100644 --- a/packimages/pack/makefile.mk +++ b/packimages/pack/makefile.mk @@ -66,11 +66,7 @@ $(COMMONBIN)$/images_brand.zip: # generate the HiContrast icon set $(MISC)$/hicontrast.flag .PHONY : -.IF "$(GUI)"=="OS2" - touch $(MISC)$/hicontrast.flag -.ELSE $(PERL) $(SOLARENV)$/bin$/hicontrast-to-theme.pl $(SOLARSRC)$/default_images $(MISC)$/hicontrast && $(TOUCH) $@ -.ENDIF # unpack the classic icon set $(MISC)$/classic.flag : $(CLASSIC_TARBALL) |