pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-02-27
1997-02-27 09:34:18 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
da7b15f08fda493836ea4c080ff53f7890cf4e8d (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix..
Rev: src/Makefile.in:1.16
Rev: src/modules/Makefile.in:1.9
112:
all: module_objects $(MAKE) $(MAKE_FLAGS) pike
-
pike: $(OBJ) modules/linker_options
modules/lib_dirs
+
pike: $(OBJ) modules/linker_options
-mv pike pike.old $(LD) $(LDFLAGS) $(OBJ) `cat modules/linker_options` $(LIBS) -o pike