Check-in Number:
|
3955 | |
Date: |
2003-Jan-27 19:13:23 (local)
2003-Jan-27 18:13:23 (UTC) |
User: | ms |
Branch: | |
Comment: |
Don't build manpages by default, until they are well written. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/Makefile.in 1.36 -> 1.37
--- Makefile.in 2003/01/27 13:28:12 1.36
+++ Makefile.in 2003/01/27 18:13:23 1.37
@@ -101,7 +101,7 @@
.cxx.o:
$(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $<
-all: Makefile $(TARGET_PROGS) $(TARGET_MANS)
+all: Makefile $(TARGET_PROGS)
ifdef CORBABASE
$(PROG_NAME): $(OBJS) $(IDL_OBJ) $(MOC_OBJ)
|
|