changed it to use -o

This commit is contained in:
Daniel Russel 2006-02-01 17:26:31 +00:00
parent 9c55ddd2d8
commit ba22d9a684
1 changed files with 4 additions and 4 deletions

View File

@ -12,16 +12,16 @@ CGAL_KDS_INCL_DIR := $(CGAL_INCL_DIR)/CGAL/KDS/IO/internal
KDS_Qt_core.moc: $(CGAL_KDS_INCL_DIR)/KDS_Qt_core.h
$(QT_MOC) $(CGAL_INCL_DIR)/CGAL/KDS/IO/internal/KDS_Qt_core.h > KDS_Qt_core.moc
$(QT_MOC) $(CGAL_INCL_DIR)/CGAL/KDS/IO/internal/KDS_Qt_core.h -o KDS_Qt_core.moc
KDS_Qt_timer.moc: $(CGAL_KDS_INCL_DIR)/KDS_Qt_timer.h
$(QT_MOC) $(CGAL_INCL_DIR)/CGAL/KDS/IO/internal/KDS_Qt_timer.h > KDS_Qt_timer.moc
$(QT_MOC) $(CGAL_INCL_DIR)/CGAL/KDS/IO/internal/KDS_Qt_timer.h -o KDS_Qt_timer.moc
KDS_Qt_widget_2_core.moc: $(CGAL_KDS_INCL_DIR)/KDS_Qt_widget_2_core.h
$(QT_MOC) $(CGAL_INCL_DIR)/CGAL/KDS/IO/internal/KDS_Qt_widget_2_core.h > KDS_Qt_widget_2_core.moc
$(QT_MOC) $(CGAL_INCL_DIR)/CGAL/KDS/IO/internal/KDS_Qt_widget_2_core.h -o KDS_Qt_widget_2_core.moc
KDS_Qt_window_2.moc: $(CGAL_KDS_INCL_DIR)/KDS_Qt_window_2.h
$(QT_MOC) $(CGAL_INCL_DIR)/CGAL/KDS/IO/internal/KDS_Qt_window_2.h > KDS_Qt_window_2.moc
$(QT_MOC) $(CGAL_INCL_DIR)/CGAL/KDS/IO/internal/KDS_Qt_window_2.h -o KDS_Qt_window_2.moc