From 1d76b0df988911977c1ad573de2c6d9b06c98571 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 26 Mar 2000 20:58:51 -0800
Subject: [PATCH] this might make it work better on FreeBSD

Rev: src/post_modules/GL/Makefile.in:1.7
---
 src/post_modules/GL/Makefile.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/post_modules/GL/Makefile.in b/src/post_modules/GL/Makefile.in
index 9bac59a06c..3ce4155b00 100644
--- a/src/post_modules/GL/Makefile.in
+++ b/src/post_modules/GL/Makefile.in
@@ -1,4 +1,4 @@
-# $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@
-- 
GitLab