Skip to content
Snippets Groups Projects
Commit 48f9b3cb authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: src/modules/dynamic_module_makefile.in:1.49
Rev: src/modules/static_module_makefile.in:1.44
parent f2859177
No related branches found
No related tags found
No related merge requests found
#
# $Id: dynamic_module_makefile.in,v 1.48 1999/03/06 06:18:31 hubbe Exp $
# $Id: dynamic_module_makefile.in,v 1.49 1999/03/10 02:42:47 hubbe Exp $
#
......@@ -54,7 +54,7 @@ $(SRCDIR)/configure: $(SRCDIR)/configure.in $(PIKE_SRC_DIR)/aclocal.m4
else :; fi
config.status: $(SRCDIR)/configure
./config.status --recheck
CFLAGS="$(REAL_CFLAGS)" LDFLAGS="$(REAL_LDFLAGS)" CPPFLAGS="$(REAL_CPPFLAGS)" CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status --recheck
module.so: $(OBJS) $(MODULE_ARCHIVES)
$(TMP_BINDIR)/smartlink "@LDSHARED@" $(LDFLAGS) -o module.@SO@ $(OBJS) $(MODULE_ARCHIVES) $(MODULE_LDFLAGS) $(LIBGCC) -lc $(LIBGCC)
......
#
# $Id: static_module_makefile.in,v 1.43 1999/03/06 06:18:33 hubbe Exp $
# $Id: static_module_makefile.in,v 1.44 1999/03/10 02:42:48 hubbe Exp $
#
......@@ -63,7 +63,7 @@ $(SRCDIR)/configure: $(SRCDIR)/configure.in $(PIKE_SRC_DIR)/aclocal.m4
else :; fi
config.status: $(SRCDIR)/configure
./config.status --recheck
CFLAGS="$(REAL_CFLAGS)" LDFLAGS="$(REAL_LDFLAGS)" CPPFLAGS="$(REAL_CPPFLAGS)" CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status --recheck
module.pmod: Makefile
if [ -f $(SRCDIR)/module.pmod.in ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment