Skip to content

Commit

Permalink
Fix rules.mk path
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.hem.za.org/srv/svn/repository/egssapi/trunk@668 ca8862df-6cf8-0310-9cd1-bd52f9e4cbda
  • Loading branch information
mikma committed Jul 11, 2007
1 parent eae6779 commit d6559d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rules/app.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ ebin_DATA = $(beam_FILES) $(OTP_APP:=.app)
EXTRA_DIST = $($(OTP_APP)_SRCS) $(OTP_APP:=.app-in)
CLEANFILES = $(beam_FILES) $(OTP_APP:=.app)

include $(top_srcdir)/rules.mk
include $(top_srcdir)/rules/rules.mk
2 changes: 1 addition & 1 deletion rules/rel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ EXTRA_DIST = $(OTP_RELEASES:=.rel.in)
CLEANFILES = $(OTP_RELEASES:=.boot) $(OTP_RELEASES:=.rel) \
$(OTP_RELEASES:=.script)

include $(top_srcdir)/rules.mk
include $(top_srcdir)/rules/rules.mk

0 comments on commit d6559d2

Please sign in to comment.