Removed 'ifdef' GNUism in top makefile.
authorcmiller <cmiller>
Fri, 29 Jun 2001 23:50:37 +0000 (23:50 +0000)
committercmiller <cmiller>
Fri, 29 Jun 2001 23:50:37 +0000 (23:50 +0000)
Makefile

index 3813803..f335fbe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,12 +67,6 @@ distclean: clean
        -find src/modules -name config.h | \
                while read file; do rm -f $$file; done
 
-ifndef prefix  # catch runs without configuring, and give helpful advice.
-Make.inc:
-       @echo "   Sorry!  You must run 'configure', before 'make'.";
-       @false
-endif
-
 ######################################################################
 #
 #  Automatic remaking rules suggested by info:autoconf#Automatic_Remaking