*** krn/Makefile.in~ Sun Nov 2 14:38:17 1997 --- krn/Makefile.in Sun Nov 2 14:38:20 1997 *************** *** 35,44 **** ########### File Formats ########### ! .SUFFIXES: .cpp .cpp.o: $(CXX) -c $(CXXFLAGS) $< ! %.moc: %.h $(MOC) $< -o $@ --- 35,44 ---- ########### File Formats ########### ! .SUFFIXES: .cpp .moc .cpp.o: $(CXX) -c $(CXXFLAGS) $< ! .h.moc: $(MOC) $< -o $@