Skip to content

Commit

Permalink
Makefile: Fix srcdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
jweyrich committed Oct 26, 2013
1 parent a26e56f commit 22cc304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,7 +23,7 @@ mandir = $(datarootdir)/man
man1dir = $(mandir)/man1
manext = .1
man1ext = .1
srcdir = .
srcdir = $(CURDIR)

####### Makefile Conventions - Utilities

Expand Down

0 comments on commit 22cc304

Please sign in to comment.