Added missing config.h, make runs ./configure automatically

This commit is contained in:
Bill Spitzak
2000-01-29 21:55:38 +00:00
parent fd0e9884cb
commit da53add705
2 changed files with 167 additions and 1 deletions

View File

@ -13,7 +13,7 @@ MANPAGE = 1
OBJECTS = $(CXXFILES:.C=.o)
all: $(PROGRAM)
all: makeinclude $(PROGRAM)
$(PROGRAM) : $(OBJECTS)
$(CXX) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LIBS) $(LDLIBS)