remove white space
This commit is contained in:
parent
5e2cbfb6e8
commit
197f807736
|
@ -169,7 +169,7 @@ force:
|
||||||
install: install-libs install-headers install-man install_target \
|
install: install-libs install-headers install-man install_target \
|
||||||
$(install_host) $(install_target)
|
$(install_host) $(install_target)
|
||||||
|
|
||||||
uninstall: uninstall-libs uninstall-headers uninstall-man
|
uninstall: uninstall-libs uninstall-headers uninstall-man
|
||||||
|
|
||||||
install-libs: $(TARGET_LIBS)
|
install-libs: $(TARGET_LIBS)
|
||||||
$(INSTALL_DATA) new-$(DLL_NAME) $(bindir)/$(DLL_NAME); \
|
$(INSTALL_DATA) new-$(DLL_NAME) $(bindir)/$(DLL_NAME); \
|
||||||
|
@ -322,7 +322,7 @@ cygserver_client_outside.o: cygserver_client.cc
|
||||||
cygserver_shm.o: cygserver_shm.cc
|
cygserver_shm.o: cygserver_shm.cc
|
||||||
$(COMPILE_CXX) -D__OUTSIDE_CYGWIN__ -o $@ $<
|
$(COMPILE_CXX) -D__OUTSIDE_CYGWIN__ -o $@ $<
|
||||||
|
|
||||||
cygserver.exe: cygserver.o cygserver_shm.o cygserver_transport_outside.o cygserver_transport_pipes_outside.o cygserver_transport_sockets_outside.o cygserver_client_outside.o cygserver_process.o threaded_queue.o wincap.o version.o smallprint.o
|
cygserver.exe: cygserver.o cygserver_shm.o cygserver_transport_outside.o cygserver_transport_pipes_outside.o cygserver_transport_sockets_outside.o cygserver_client_outside.o cygserver_process.o threaded_queue.o wincap.o version.o smallprint.o
|
||||||
$(CXX) -o $@ $^
|
$(CXX) -o $@ $^
|
||||||
#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
# $(CXX) $(MINGW_CXXFLAGS) -o $@ ${wordlist 1,3,$^} -B$(mingw_build)/ $(MINGW_LDFLAGS)
|
# $(CXX) $(MINGW_CXXFLAGS) -o $@ ${wordlist 1,3,$^} -B$(mingw_build)/ $(MINGW_LDFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue