summaryrefslogtreecommitdiff
path: root/net/kdenetwork11/files/patch-ab
blob: 61b5d55c327ec60334fb9db84ece5e8ef7b35653 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*** 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 $@