Agreed. Very ugly.
> Everything applied, except, which doesn't rest easy for me...does
> this stand to break any of the other ports? It just doesn't...look nice :(
>
>
>
> > *** ./backend/Makefile.orig Thu May 22 00:00:15 1997
> > --- ./backend/Makefile Thu Jun 5 16:47:27 1997
> > ***************
> > *** 54,60 ****
> > all: postgres $(POSTGRES_IMP) global1.bki.source local1_template1.bki.source
> >
> > postgres: $(OBJS) ../utils/version.o
> > ! $(CC) -o postgres $(OBJS) ../utils/version.o $(LDFLAGS)
> >
> > $(OBJS): $(DIRS:%=%.dir)
> >
> > --- 54,64 ----
> > all: postgres $(POSTGRES_IMP) global1.bki.source local1_template1.bki.source
> >
> > postgres: $(OBJS) ../utils/version.o
> > ! # $(CC) -o postgres $(OBJS) ../utils/version.o $(LDFLAGS)
> > ! -rm -f *.o
> > ! find . -name "*.o" -exec cp \{\} . \;
> > ! rm -f SUBSYS.o
> > ! $(CC) -o postgres *.o ../utils/version.o $(LDFLAGS)
> >
> > $(OBJS): $(DIRS:%=%.dir)
> >
>
>
>
>
>
- --
Bruce Momjian
maillist@candle.pha.pa.us
------------------------------