]> git.tuebingen.mpg.de Git - lopsub.git/blobdiff - Makefile
build: Remove duplicate -g in cc command.
[lopsub.git] / Makefile
index 230a966b257de0eb761907426905ea97d30db64b..200a7c0d411b5e8cc90c354576d36759a9c63028 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ $(lsg_objs) $(liblopsub_objs) $(lopsubex_objs): %.o: %.c
 lopsubgen.o config_file.o:
        $(CC) -g -c -fPIC -o $@ ${@:.o=.c}
 lsg1.o: lsg.c lsg.h
-       $(CC) -g -DSTAGE1 -Wall -g -c $< -o $@
+       $(CC) -g -DSTAGE1 -Wall -c $< -o $@
 %.o: %.c
        $(CC) -Wall -I. -g -c -fPIC -o $@ $<