diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-03-16 12:13:54 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-03-16 12:13:54 +0000 |
commit | 88b4da18ab484ea55f4a58174bf0ccebe0088f24 (patch) | |
tree | d11d880101338a255fabd9754cc88d5a67d63656 /Makefile.common | |
parent | 8371b58732b1368c59966e68f9eb16b5d9210921 (diff) |
toxy alpha8
svn path=/trunk/externals/miXed/; revision=1425
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 52a29a3..da2aa7f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -247,7 +247,7 @@ REL_EXTERNS = $(foreach fn,$(CX_NAMES:.c=.$(X_SUFFIX)),$(REL_BINDIR)/$(fn)) \ $(foreach type,$(TYPES),\ $(foreach fn,$(call TYPES_EXTERNS,$(type)),$(REL_BINDIR)/$(fn))) -REL_ROOTSRC = LICENSE.txt Makefile.common dumpsetups quoteinitializer +REL_ROOTSRC = LICENSE.txt Makefile.common dumpsetups srelease: emptydeps define_build cd $(ROOT_DIR)/shared; $(MAKE) emptydeps |