Minor fix.
[yaz-moved-to-github.git] / rfc1006 / Makefile
index 214cc21..5f6052b 100644 (file)
@@ -1,13 +1,12 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.8 1995-06-25 10:53:56 quinn Exp $
+# $Id: Makefile,v 1.10 1998-02-11 11:53:35 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I. -I../../xtimosi/src
 LIBDIR=../lib
 LIBINCLUDE=-L$(LIBDIR)
-CFLAGS= -g -Wall -pedantic -ansi
 DEFS=$(INCLUDE) # -DTRACE_TRANSPORT
 LIB=$(LIBDIR)/librfc.a
 LIBS=-lodr
@@ -46,8 +45,8 @@ depend1:
 depend2:
        $(CPP) $(INCLUDE) -M *.c >.depend       
 
-ifeq (.depend,$(wildcard .depend))
-include .depend
-endif
+#ifeq (.depend,$(wildcard .depend))
+#include .depend
+#endif
 
 #Depend --- DOT NOT DELETE THIS LINE