use standard make variables

This commit is contained in:
Kill Your TV 2014-10-29 21:54:47 +00:00
parent 524b2e9f8a
commit 5acbc6a23e
6 changed files with 15 additions and 19 deletions

View file

@ -1,8 +1,6 @@
diff --git a/Makefile b/Makefile
index 9b9425b..84de72f 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,9 @@ else
@@ -10,9 +10,9 @@
include Makefile.linux
endif
@ -11,10 +9,10 @@ index 9b9425b..84de72f 100644
-i2p: $(OBJECTS:obj/%=obj/%)
+i2pd: $(OBJECTS:obj/%=obj/%)
$(CC) -o $@ $^ $(LDFLAGS) $(LIBS)
$(CXX) -o $@ $^ $(LDFLAGS) $(LIBS)
.SUFFIXES:
@@ -23,7 +23,7 @@ obj:
@@ -25,7 +25,7 @@
mkdir -p obj
clean:

1
debian/rules vendored
View file

@ -6,7 +6,6 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
CFLAGS+=$(CPPFLAGS)
CXXFLAGS+=$(CPPFLAGS)
PREFIX=/usr