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

this might make it work better on FreeBSD

Rev: src/post_modules/GL/Makefile.in:1.7
parent 8c950379
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile.in,v 1.6 1999/11/18 08:03:44 hubbe Exp $
# $Id: Makefile.in,v 1.7 2000/03/27 04:58:51 hubbe Exp $
@make_variables@
VPATH=@srcdir@:@srcdir@/../..:../..
OBJS=top.o @AUTO_OBJS@
......@@ -11,4 +11,7 @@ MODULE_CFLAGS=@X_CFLAGS@
$(SRCDIR)/auto.c : $(SRCDIR)/auto.c.in $(SRCDIR)/features.pike $(SRCDIR)/constants.pike $(SRCDIR)/gen.pike
$(RUNPIKE) $(SRCDIR)/gen.pike < $(SRCDIR)/auto.c.in > $(SRCDIR)/auto.c
# Compatibility with stupid makes..
auto.o: $(SRCDIR)/auto.c
@dependencies@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment