summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.ultrix4
blob: b56aee6c686d4d5ff7e0f5c4aed35fec61569d91 (plain)
1
2
3
4
5
6
7
8
9
# install creates intermediate directories
NO_BEFOREINSTL= true
SHELL=/bin/sh5

#
# "-G 0" works for both DEC cc and GNU cc.
#
%.so: %.c
	$(CC) -c -G 0 $(CFLAGS) -o $@ $<