Commit 4f528b38 authored by Cedric Roux's avatar Cedric Roux

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4439 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 9b65f48d
......@@ -66,7 +66,7 @@ CFLAGS = \
$(libs1ap_OBJECTS): %.o : %.c
@echo "Compiling $<"
$(CC) -c $(CFLAGS) -o $@ $<
@$(CC) -c $(CFLAGS) -o $@ $<
@$(CC) -MM $(CFLAGS) $*.c > $*.d
@mv -f $*.d $*.d.tmp
@sed -e 's|.*:|$*.o:|' < $*.d.tmp > $*.d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment