Fix set_append_rel_pathlist() to deal intelligently with cases where
[PostgreSQL.git] / src / makefiles / Makefile.ultrix4
blob1c03737756fd6c887a1972bd320353e3c82100cd
1 # used by initdb
2 SHELL=/bin/sh5
3 AROPT = crs
5 DLSUFFIX = .so
6 # "-G 0" works for both DEC cc and GNU cc.
7 CFLAGS_SL = -G 0
9 %.so: %.c
10         $(CC) -c -G 0 $(CPPFLAGS) $(CFLAGS) -o $@ $<