]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
corrected typo
authorc vw <dl1ycf@darc.de>
Fri, 22 May 2020 10:28:37 +0000 (12:28 +0200)
committerc vw <dl1ycf@darc.de>
Fri, 22 May 2020 10:28:37 +0000 (12:28 +0200)
Makefile

index 9dca48e2dc9d2d174847a4aba13e85a86bb38a48..db153f47ab79a701905ef97a4ce7ad25d8dda32f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -404,7 +404,7 @@ $(PROGRAM):  $(OBJS) $(REMOTE_OBJS) $(USBOZY_OBJS) $(SOAPYSDR_OBJS) \
 .PHONY:        all
 all:   prebuild  $(PROGRAM) $(HEADERS) $(USBOZY_HEADERS) $(SOAPYSDR_HEADERS) \
        $(LOCALCW_HEADERS) $(GPIO_HEADERS) \
-       $(PURESIGNAL_HEADERS) $(MIDI_HEADERS) $(STEMLAB_HEADERS) SERVER_HEADERS\
+       $(PURESIGNAL_HEADERS) $(MIDI_HEADERS) $(STEMLAB_HEADERS) $(SERVER_HEADERS)\
        $(SOURCES) \
        $(USBOZY_SOURCES) $(SOAPYSDR_SOURCES) $(LOCALCW_SOURCE) $(GPIO_SOURCES) \
        $(PURESIGNAL_SOURCES) $(MIDI_SOURCES) $(STEMLAB_SOURCES) $(SERVER_SOURCES)