mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
use standard make variables
This commit is contained in:
parent
524b2e9f8a
commit
5acbc6a23e
6 changed files with 15 additions and 19 deletions
8
debian/patches/rename-binary.patch
vendored
8
debian/patches/rename-binary.patch
vendored
|
@ -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
1
debian/rules
vendored
|
@ -6,7 +6,6 @@
|
|||
|
||||
DPKG_EXPORT_BUILDFLAGS = 1
|
||||
include /usr/share/dpkg/buildflags.mk
|
||||
CFLAGS+=$(CPPFLAGS)
|
||||
CXXFLAGS+=$(CPPFLAGS)
|
||||
PREFIX=/usr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue