Changeset 92

Show
Ignore:
Timestamp:
05/10/05 10:23:20
Author:
ben
Message:

Redundant comments.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/src/Makefile.template

    r89 r92  
    55LDFLAGS=-g 
    66LIBS=-lz $(DM_LIB) 
    7 #LIBS=/home/ben/software/unpacked/zlib-1.2.2/libz.a $(DM_LIB) 
    87 
    98all: .depend packet-dump verify 
     
    3736        $(CC) -E -MM *.[ch] > .depend 
    3837 
    39 # need to explicitly include .depend on Ubuntu 
    4038include .depend