projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0637a95
)
polished indentation
author
Chef
<chwu@eduroam-ipv4-5-0479.triple-a.uni-kl.de>
Sun, 26 Jul 2020 14:45:26 +0000
(16:45 +0200)
committer
Chef
<chwu@eduroam-ipv4-5-0479.triple-a.uni-kl.de>
Sun, 26 Jul 2020 14:45:26 +0000
(16:45 +0200)
Makefile.mac
patch
|
blob
|
history
diff --git
a/Makefile.mac
b/Makefile.mac
index 1e781581a8350bb721aa6b79286c6c58475b864d..837f4612f790e9bbe32d8d59fed2f5e32dab5605 100644
(file)
--- a/
Makefile.mac
+++ b/
Makefile.mac
@@
-449,7
+449,7
@@
hpsdrsim: hpsdrsim.o newhpsdrsim.o
app: $(OBJS) $(REMOTE_OBJS) $(USBOZY_OBJS) \
$(LOCALCW_OBJS) \
$(PURESIGNAL_OBJS) $(MIDI_OBJS) $(SOAPYSDR_OBJS) $(STEMLAB_OBJS)
- $(CC) -headerpad_max_install_names -o $(PROGRAM) $(OBJS) $(REMOTE_OBJS) \
+ $(CC)
-headerpad_max_install_names -o $(PROGRAM) $(OBJS) $(REMOTE_OBJS) \
$(USBOZY_OBJS) $(SOAPYSDR_OBJS) \
$(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \
$(MIDI_OBJS) $(STEMLAB_OBJS) $(LIBS)