make/altsrc.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/altsrc.make	Thu Apr 28 01:44:47 2011
--- new/make/altsrc.make	Thu Apr 28 01:44:43 2011

*** 33,44 **** --- 33,47 ---- HS_COMMON_SRC_REL=src # This needs to be changed to a more generic location, but we keep it as this # for now for compatibility HS_ALT_SRC_REL=src/closed + ifneq ($(OPENJDK),true) + HS_ALT_SRC_REL=src/closed + else + HS_ALT_SRC=NO_SUCH_PATH + endif HS_COMMON_SRC=$(GAMMADIR)/$(HS_COMMON_SRC_REL) HS_ALT_SRC=$(GAMMADIR)/$(HS_ALT_SRC_REL) ## altsrc-equiv

make/altsrc.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File