We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f20878 commit e7663e3Copy full SHA for e7663e3
src/interfaces/ecpg/lib/Makefile.in
@@ -75,7 +75,7 @@ endif
75
all: lib$(NAME).a $(shlib)
76
77
$(shlib): ecpglib.sho.o typename.sho.o
78
- $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho typename.sho.o
+ $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho.o typename.sho.o
79
80
clean:
81
rm -f *.o *.sho *.a core a.out *~ $(shlib) lib$(NAME)$(DLSUFFIX)
0 commit comments