summaryrefslogtreecommitdiff
path: root/net/opal/files/patch-ac
blob: d2ab79c6a63763af8936d18280230c34dbde1235 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** ../pwlib/src/ptlib/unix/Makefile.orig	Sun Oct 27 15:54:26 2002
--- ../pwlib/src/ptlib/unix/Makefile	Sun Oct 27 15:54:56 2002
*************** $(DEPDIR)/getdate.tab.dep: $(GETDATE_SOU
*** 553,559 ****
  	$(CC) $(STDCCFLAGS) -M $< >> $@
  
  $(GETDATE_SOURCE): $(COMMON_SRC_DIR)/getdate.y
! 	bison $(COMMON_SRC_DIR)/getdate.y
  
  #######################################################
  
--- 553,559 ----
  	$(CC) $(STDCCFLAGS) -M $< >> $@
  
  $(GETDATE_SOURCE): $(COMMON_SRC_DIR)/getdate.y
! 	bison $(COMMON_SRC_DIR)/getdate.y -o $(COMMON_SRC_DIR)/getdate.tab.c
  
  #######################################################