Reverting commit 11996

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12001 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2012-01-08 08:31:47 +00:00
parent 4c4a9fc507
commit 288ebd8cbc
1 changed files with 5 additions and 7 deletions

View File

@ -53,19 +53,17 @@ install::
clean::
rm -f libcamlrun_shared.so
.SUFFIXES: .d.c .d.o .pic.c .pic.o
.SUFFIXES: .d.o .pic.o
.c.d.c:
.c.d.o:
ln -s -f $*.c $*.d.c
.d.c.d.o:
$(CC) -c $(DFLAGS) $*.d.c
rm $*.d.c
.c.pic.c:
.c.pic.o:
ln -s -f $*.c $*.pic.c
.pic.c.pic.o:
$(CC) -c $(CFLAGS) $(SHAREDCCCOMPOPTS) $*.pic.c
rm $*.pic.c
clean::
rm -f *.pic.c *.d.c