summaryrefslogtreecommitdiff
path: root/net/gatekeeper/files/patch-makefile
blob: c0271eefd30642b021310a49d25b65ce9392f75b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** Makefile.orig	Thu Aug 28 08:22:41 2003
--- Makefile	Thu Aug 28 08:22:54 2003
*************** endif
*** 187,193 ****
  
  # extra targets
  addpasswd: $(OBJDIR)/addpasswd.o
! 	$(CXX) -o $(OBJDIR)/addpasswd $(CFLAGS) $(OBJDIR)/addpasswd.o $(LDFLAGS) -l$(PTLIB_BASE)$(LIB_TYPE) $(ENDLDLIBS) $(ENDLDFLAGS)
  
  doc:	docs/manual.sgml
  	cd docs; sgml2html manual.sgml; \
--- 187,193 ----
  
  # extra targets
  addpasswd: $(OBJDIR)/addpasswd.o
! 	$(CXX) -o $(OBJDIR)/addpasswd $(CFLAGS) $(OBJDIR)/addpasswd.o $(LDFLAGS) -l$(PTLIB_BASE)$(LIB_TYPE)_s $(ENDLDLIBS) $(ENDLDFLAGS)
  
  doc:	docs/manual.sgml
  	cd docs; sgml2html manual.sgml; \