File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,11 +113,7 @@ $(ASHAREDMODULE)$(SO): $(ASHAREDMODULESOBS)
113113# This target is used by the master Makefile to add the objects to the library.
114114# To deal with the conflict between signalmodule.o and sigcheck.o,
115115# we remove the latter if we have the former.
116- add2lib: $(OBJS) buildno
117- expr `cat buildno` + 1 >@buildno
118- mv @buildno buildno
119- $(CC) -c $(CFLAGS) -DBUILD=`cat buildno` \
120- $(srcdir)/getbuildinfo.c
116+ add2lib: $(OBJS)
121117 $(AR) cr $(LIBRARY) $(OBJS)
122118 -if ar x $(LIBRARY) signalmodule.o 2>/dev/null; \
123119 then ar d $(LIBRARY) sigcheck.o 2>/dev/null; true; \
@@ -130,9 +126,6 @@ link: $(MAINOBJ)
130126 $(LIBRARY) $(MODLIBS) $(LIBS) $(SYSLIBS) -o python $(LDLAST)
131127 mv python ../python
132128
133- buildno:
134- echo 0 >buildno
135-
136129clean:
137130 -rm -f *.o python core *~ [@,#]* *.old *.orig *.rej add2lib
138131
You can’t perform that action at this time.
0 commit comments