From ab389dd61d80fc23fb58c040e7557286694632fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 28 Mar 2000 21:09:28 -0800 Subject: [PATCH] workaround for buggy make (FreeBSD) Rev: src/post_modules/GLUT/Makefile.in:1.5 --- src/post_modules/GLUT/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/post_modules/GLUT/Makefile.in b/src/post_modules/GLUT/Makefile.in index 115a7eea74..5f0382c123 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@ -- GitLab