Skip to content

Commit

Permalink
Minor changes moving from CVS to git
Browse files Browse the repository at this point in the history
  • Loading branch information
dlc committed Mar 10, 2009
1 parent d1ac303 commit 009fc0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Makefile
autom4te.cache
bashlib
config.log
config.status
configure
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dist:

clean:
@RM@ -f Makefile bashlib config.cache config.log config.status
@RM@ -fr ./autom4te.cache/

cvs-clean:
$(MAKE) clean
Expand Down
2 changes: 1 addition & 1 deletion bashlib.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH=/bin:/usr/bin
#
# Set version number
#
VERSION=$(@ECHO@ '$Revision$' | @AWK@ '{print $2}')
VERSION="0.05"

# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Initialization stuff begins here. These things run immediately, and
Expand Down

0 comments on commit 009fc0b

Please sign in to comment.