diff --git a/src/post_modules/GLUT/Makefile.in b/src/post_modules/GLUT/Makefile.in index 115a7eea747a31c465106c112f78deaecf6a97aa..5f0382c12306ff9d8317fd756db6bf1b67ea9f5f 100644 --- a/src/post_modules/GLUT/Makefile.in +++ b/src/post_modules/GLUT/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.4 1999/11/21 20:29:42 grubba Exp $ +# $Id: Makefile.in,v 1.5 2000/03/29 05:09:28 hubbe Exp $ @make_variables@ VPATH=@srcdir@:@srcdir@/../..:../.. OBJS=top.o @AUTO@ @@ -10,4 +10,7 @@ MODULE_CFLAGS=@CPPFLAGS@ @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@