Author: rafl
Date: Sun Oct 30 14:44:54 2005
New Revision: 9661
Modified:
/ (props changed)
trunk/config/gen/makefiles/root.in
Log:
[EMAIL PROTECTED]: rafl | 2005-10-30 23:44:24 +0100
* Umbreak the generated Makefile. Makefiles shall not be indented with spaces.
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Sun Oct 30 14:44:54 2005
@@ -808,10 +808,10 @@ $(PINFO) : $(SRC_DIR)/pbc_info$(O) $(LIB
# pbc_info
$(PBCMERGE) : $(SRC_DIR)/pbc_merge$(O) $(LIBPARROT)
$(SRC_DIR)/parrot_config$(O)
- $(LINK) ${ld_out}$(PBCMERGE) \
- $(SRC_DIR)/pbc_merge$(O) \
- $(SRC_DIR)/parrot_config$(O) \
- $(LINKFLAGS) $(ALL_PARROT_LIBS)
+ $(LINK) ${ld_out}$(PBCMERGE) \
+ $(SRC_DIR)/pbc_merge$(O) \
+ $(SRC_DIR)/parrot_config$(O) \
+ $(LINKFLAGS) $(ALL_PARROT_LIBS)