1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/kdenetwork11/files/patch-ab

26 lines
417 B
Plaintext
Raw Normal View History

*** 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 $@