]> arthur.barton.de Git - bup.git/commit
Remove .c and .o rules, apply flags to csetup.py
authorBrandon Low <lostlogic@lostlogicx.com>
Mon, 14 Feb 2011 19:27:29 +0000 (11:27 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 15 Feb 2011 03:07:37 +0000 (19:07 -0800)
commit5670d97a873000a5a498313befacf2d03d79bcd3
treedf1a9b869b66701a6163d677953a522901dfebd0
parent33eb18ae204bfd10cb44c04de217d5713be7d8a9
Remove .c and .o rules, apply flags to csetup.py

The .c and .o rules were not used and were misleadingly implying that we
were already paying attention to LDFLAGS and CFLAGS.  Instead apply the
flags to csetup.py where they will actually do something.

Signed-off-by: Brandon Low <lostlogic@lostlogicx.com>
Makefile