]> sourceware.org Git - newlib-cygwin.git/commitdiff
remove white space
authorChristopher Faylor <me@cgf.cx>
Sat, 18 May 2002 06:10:16 +0000 (06:10 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 18 May 2002 06:10:16 +0000 (06:10 +0000)
winsup/cygwin/Makefile.in

index 14d9fbe71e9661831b53b69d4f46f86d9a18a180..42e9bc3bdda549f6e9043cfb1de17181927f06a6 100644 (file)
@@ -169,7 +169,7 @@ force:
 install: install-libs install-headers install-man 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_DATA) new-$(DLL_NAME) $(bindir)/$(DLL_NAME); \
@@ -322,7 +322,7 @@ cygserver_client_outside.o: cygserver_client.cc
 cygserver_shm.o: cygserver_shm.cc
        $(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 $@ $^
 #ifdef VERBOSE
 #      $(CXX) $(MINGW_CXXFLAGS) -o $@ ${wordlist 1,3,$^} -B$(mingw_build)/ $(MINGW_LDFLAGS)
This page took 0.03424 seconds and 5 git commands to generate.